PXC Documentation

PXC Home

Array Find

pre 1.18

Returns index of an array member that match a condition.

Node Data

Display name

Array Find

Internal name

Node_Array_Find

Inheritances

Node_Array_Find

Inputs

Array

Value

Outputs

integer

Index


Find element in an array. The output is the index of the first occurrence of the element in the array. If the element is not found, the output will be -1.



Properties


ArrayThe array to search in.
ValueThe value to search for.



Related Links